Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use esp-azure as an esp-idf project component (CA-43) #79

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

fgiancane8
Copy link

Hi,
I tried to include esp-azure as a component (cloning it in components folder of a project). Unfortunately, the build failed. You need to explicitly set the extra component path in CMakeLists.txt.

With these patches, it is now possible to just download it in components and have it automatically linked and built.

Francesco Giancane added 3 commits January 8, 2020 17:31
Move CMakeLists.txt in root directory. This allows the repository to be
cloned inside the `components` directory of an `esp-idf` project and
automatically build and link to it the Azure SDK.

This is also the behavior included in `component.mk` Makefile.

Signed-off-by: Francesco Giancane <[email protected]>
Projects now do not require to explictly declare the `esp-azure`
component as an extra components. Just copy the examples and drop (or
link) the `esp-azure` folder in `components` subdirectory.

Signed-off-by: Francesco Giancane <[email protected]>
@github-actions github-actions bot changed the title Use esp-azure as an esp-idf project component Use esp-azure as an esp-idf project component (CA-43) Jan 9, 2020
@fgiancane8 fgiancane8 requested a review from mahavirj January 16, 2020 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant